home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / news / selectv1.tar / selectv1 / TODO < prev   
Text File  |  1993-09-04  |  997b  |  33 lines

  1. TODO: selectnews v1.0
  2. LAST REVISION: September 4, 1993
  3. ------------------------------
  4.  
  5. Known bugs:
  6. - none (I hope)
  7.  
  8. Pseudo-bugs:
  9. - Uses doubly linked lists.  This allows selectnews to be more
  10.   flexible (especially when I add new features in the future).
  11.   Unfortunately, there is a very high memory overhead.  Can't do
  12.   anything about this unfortunately.
  13.  
  14. - Inefficient sort procedure.  Even though I use a "quicksort", this
  15.   sort isn't too quick.  This, again, is a problem associated with
  16.   linked lists.  *sigh*  Time to play around with sorts.
  17.  
  18. Future revisions:
  19. - Fix all the above bugs.
  20.  
  21. - Cut/paste buffers for customized placement of entries (more of an
  22.   aesthetic thing than anything, unless you use a newsreader like rn).
  23.  
  24. - Advanced sort.  Allow you to choose the order to sort.
  25.  
  26. - Read straight from the newsgroups database.  Gives the user full
  27.   flexibility and total independence from individual newsreader for
  28.   subscribing/unsubscribing.
  29.  
  30. --
  31. Eugene Kim
  32. eekim@husc.harvard.edu
  33.